Seumpama RPC lain Panggilan_tatacara_jauh

Seumpama RPC yang lain:

  • Java Remote Method Invocation (Java RMI) API provides similar functionality to standard UNIX RPC methods.
  • Modula-3's Network Objects, which were the basis for Java's RMI[1]
  • XML-RPC is an RPC protocol that uses XML to encode its calls and HTTP as a transport mechanism.
  • Microsoft .NET Remoting offers RPC facilities for distributed systems implemented on the Windows platform.
  • RPyC implements RPC mechanisms in Python, with support for asynchronous calls.
  • Pyro Object Oriented form of RPC for Python.
  • Etch (protocol) framework for building network services.
  • Facebook's Thrift protocol and framework.
  • CORBA provides remote procedure invocation through an intermediate layer called the "Object Request Broker"
  • DRb allows Ruby programs to communicate with each other on the same machine or over a network. DRb uses remote method invocation (RMI) to pass commands and data between processes.
  • AMF allows Flex applications to communicate with back-ends or other applications that support AMF.
  • Libevent provides a framework for creating RPC servers and clients[2].